home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 83win / data1.cab / DLL_Toolkit / Source / HTBListBox / AdderDlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-03-02  |  1.3 KB  |  58 lines

  1. #if !defined(AFX_ADDERDLG_H__6A37DBF4_70C4_11D3_87C9_00E0292D1C3C__INCLUDED_)
  2. #define AFX_ADDERDLG_H__6A37DBF4_70C4_11D3_87C9_00E0292D1C3C__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // AdderDlg.h : header file
  8. //
  9.  
  10. extern BOOL g_bEdsort;
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CAdderDlg dialog
  14.  
  15. class CAdderDlg : public CDialog
  16. {
  17. // Construction
  18. public:
  19.     CAdderDlg(CWnd* pParent = NULL);   // standard constructor
  20.     BOOL Create();
  21.     void CloseDialog();
  22.  
  23. // Dialog Data
  24.     //{{AFX_DATA(CAdderDlg)
  25.     enum { IDD = IDD_ADD };
  26.     CButton    m_Check;
  27.     //}}AFX_DATA
  28.  
  29.  
  30. // Overrides
  31.     // ClassWizard generated virtual function overrides
  32.     //{{AFX_VIRTUAL(CAdderDlg)
  33.     protected:
  34.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35.     virtual void PostNcDestroy();
  36.     //}}AFX_VIRTUAL
  37.  
  38. // Implementation
  39. protected:
  40.  
  41.     CWnd* m_pParent;
  42.     int   m_nID;
  43.  
  44.     // Generated message map functions
  45.     //{{AFX_MSG(CAdderDlg)
  46.     virtual void OnCancel();
  47.     virtual void OnOK();
  48.     virtual BOOL OnInitDialog();
  49.     afx_msg void OnCheck1();
  50.     //}}AFX_MSG
  51.     DECLARE_MESSAGE_MAP()
  52. };
  53.  
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56.  
  57. #endif // !defined(AFX_ADDERDLG_H__6A37DBF4_70C4_11D3_87C9_00E0292D1C3C__INCLUDED_)
  58.